This is a practice page for fonts


This is how to create Times New Roman font:
#timesnewroman {
font-family: "Times New Roman", Times, serif;
}

This is how to create Arial font:
#arial {
font-family: Arial, Helvetica, sans-serif;
}